This function will be useful in other places, such as determining the
widgets that must receive crossing events after pointer picking points
to another widget.
* @widget_b or %NULL if @widget_a and @widget_b do not
* share a common ancestor.
**/
-static GtkWidget *
+GtkWidget *
gtk_widget_common_ancestor (GtkWidget *widget_a,
GtkWidget *widget_b)
{
GtkDirectionType direction,
GPtrArray *focus_order);
+GtkWidget * gtk_widget_common_ancestor (GtkWidget *widget_a,
+ GtkWidget *widget_b);
+
/* inline getters */
static inline gboolean